home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3anisetg.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  695 b   |  40 lines

  1.  
  2. // JavaScript wrapper for r3anisetg.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_ANIMSETTINGSGAD_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_ANIMSETTINGSGAD = 1483;
  11.  
  12.  
  13.  
  14.  
  15. // Description: For internal mapchanges
  16.  
  17. R3ANIMSETGM_SETTAB = 1483019;
  18.  
  19. function mR3ANIMSETGM_SETTAB() {
  20.   DoA(this.r3obj, 1483019, 0, R3TID_INTEGER, 0);
  21. }
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. function r3Animsettingsgad () { 
  29.    this.base = r3God;
  30.    if(arguments.length) {
  31.       this.base(R3CLID_ANIMSETTINGSGAD, arguments);
  32.    }
  33.    // Methods
  34.    this.SETTAB=mR3ANIMSETGM_SETTAB;
  35.  
  36.    // Attributes
  37. }
  38.  
  39. r3Animsettingsgad.prototype=new r3Gadget;
  40. // r3anisetg.h_H